-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test commit to run tests in upstream #556
base: master
Are you sure you want to change the base?
Conversation
45078e1
to
ed29b78
Compare
Signed-off-by: Shalini Khandelwal <[email protected]>
This patch executes pytests and runs CA related tests on the VMs provisioned. Signed-off-by: Dinesh Prasanth M K <[email protected]>
ed29b78
to
d62e59f
Compare
I have fixed your code and refactored to run the tests as a separate step. There seems to occur assertion errors. Not sure how to fix them
|
The error seems to be with python versions. Probably in github actions we are using latest python versions and with that the code is not compatible. See below error message:
E AttributeError: 'dict' object has no attribute 'has_key' /vagrant/tests/dogtag/pytest-ansible/pki/testlib/common/profile.py:1616: AttributeError
Possible solutions :
Solution 2 needs to be done. I will start working on this. @SilleBille So is it possible to try python 2.7 in github actions for now ? |
Signed-off-by: Shalini Khandelwal [email protected]